func internal/reflectlite.toRType
10 uses
internal/reflectlite (current package)
type.go#L301: func toRType(t *abi.Type) rtype {
type.go#L310: panic("reflect: Elem of invalid type " + toRType(t).String())
type.go#L422: rT := toRType(T)
type.go#L423: rV := toRType(V)
type.go#L526: if toRType(T).Name() != toRType(V).Name() || T.Kind() != V.Kind() {
type.go#L642: return toRType(t)
value.go#L388: return toRType(v.typ())
value.go#L445: panic(context + ": value of type " + toRType(v.typ()).String() + " is not assignable to type " + toRType(dst).String())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)